3.299 \(\int \frac {x^3}{\sqrt {1-c^2 x^2} (a+b \cosh ^{-1}(c x))} \, dx\)

Optimal. Leaf size=197 \[ \frac {3 \sqrt {c x-1} \cosh \left (\frac {a}{b}\right ) \text {Chi}\left (\frac {a+b \cosh ^{-1}(c x)}{b}\right )}{4 b c^4 \sqrt {1-c x}}+\frac {\sqrt {c x-1} \cosh \left (\frac {3 a}{b}\right ) \text {Chi}\left (\frac {3 \left (a+b \cosh ^{-1}(c x)\right )}{b}\right )}{4 b c^4 \sqrt {1-c x}}-\frac {3 \sqrt {c x-1} \sinh \left (\frac {a}{b}\right ) \text {Shi}\left (\frac {a+b \cosh ^{-1}(c x)}{b}\right )}{4 b c^4 \sqrt {1-c x}}-\frac {\sqrt {c x-1} \sinh \left (\frac {3 a}{b}\right ) \text {Shi}\left (\frac {3 \left (a+b \cosh ^{-1}(c x)\right )}{b}\right )}{4 b c^4 \sqrt {1-c x}} \]

[Out]

3/4*Chi((a+b*arccosh(c*x))/b)*cosh(a/b)*(c*x-1)^(1/2)/b/c^4/(-c*x+1)^(1/2)+1/4*Chi(3*(a+b*arccosh(c*x))/b)*cos
h(3*a/b)*(c*x-1)^(1/2)/b/c^4/(-c*x+1)^(1/2)-3/4*Shi((a+b*arccosh(c*x))/b)*sinh(a/b)*(c*x-1)^(1/2)/b/c^4/(-c*x+
1)^(1/2)-1/4*Shi(3*(a+b*arccosh(c*x))/b)*sinh(3*a/b)*(c*x-1)^(1/2)/b/c^4/(-c*x+1)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.69, antiderivative size = 245, normalized size of antiderivative = 1.24, number of steps used = 10, number of rules used = 6, integrand size = 28, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.214, Rules used = {5798, 5781, 3312, 3303, 3298, 3301} \[ \frac {3 \sqrt {c x-1} \sqrt {c x+1} \cosh \left (\frac {a}{b}\right ) \text {Chi}\left (\frac {a}{b}+\cosh ^{-1}(c x)\right )}{4 b c^4 \sqrt {1-c^2 x^2}}+\frac {\sqrt {c x-1} \sqrt {c x+1} \cosh \left (\frac {3 a}{b}\right ) \text {Chi}\left (\frac {3 a}{b}+3 \cosh ^{-1}(c x)\right )}{4 b c^4 \sqrt {1-c^2 x^2}}-\frac {3 \sqrt {c x-1} \sqrt {c x+1} \sinh \left (\frac {a}{b}\right ) \text {Shi}\left (\frac {a}{b}+\cosh ^{-1}(c x)\right )}{4 b c^4 \sqrt {1-c^2 x^2}}-\frac {\sqrt {c x-1} \sqrt {c x+1} \sinh \left (\frac {3 a}{b}\right ) \text {Shi}\left (\frac {3 a}{b}+3 \cosh ^{-1}(c x)\right )}{4 b c^4 \sqrt {1-c^2 x^2}} \]

Antiderivative was successfully verified.

[In]

Int[x^3/(Sqrt[1 - c^2*x^2]*(a + b*ArcCosh[c*x])),x]

[Out]

(3*Sqrt[-1 + c*x]*Sqrt[1 + c*x]*Cosh[a/b]*CoshIntegral[a/b + ArcCosh[c*x]])/(4*b*c^4*Sqrt[1 - c^2*x^2]) + (Sqr
t[-1 + c*x]*Sqrt[1 + c*x]*Cosh[(3*a)/b]*CoshIntegral[(3*a)/b + 3*ArcCosh[c*x]])/(4*b*c^4*Sqrt[1 - c^2*x^2]) -
(3*Sqrt[-1 + c*x]*Sqrt[1 + c*x]*Sinh[a/b]*SinhIntegral[a/b + ArcCosh[c*x]])/(4*b*c^4*Sqrt[1 - c^2*x^2]) - (Sqr
t[-1 + c*x]*Sqrt[1 + c*x]*Sinh[(3*a)/b]*SinhIntegral[(3*a)/b + 3*ArcCosh[c*x]])/(4*b*c^4*Sqrt[1 - c^2*x^2])

Rule 3298

Int[sin[(e_.) + (Complex[0, fz_])*(f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[(I*SinhIntegral[(c*f*fz)
/d + f*fz*x])/d, x] /; FreeQ[{c, d, e, f, fz}, x] && EqQ[d*e - c*f*fz*I, 0]

Rule 3301

Int[sin[(e_.) + (Complex[0, fz_])*(f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[CoshIntegral[(c*f*fz)/d
+ f*fz*x]/d, x] /; FreeQ[{c, d, e, f, fz}, x] && EqQ[d*(e - Pi/2) - c*f*fz*I, 0]

Rule 3303

Int[sin[(e_.) + (f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Dist[Cos[(d*e - c*f)/d], Int[Sin[(c*f)/d + f*x]
/(c + d*x), x], x] + Dist[Sin[(d*e - c*f)/d], Int[Cos[(c*f)/d + f*x]/(c + d*x), x], x] /; FreeQ[{c, d, e, f},
x] && NeQ[d*e - c*f, 0]

Rule 3312

Int[((c_.) + (d_.)*(x_))^(m_)*sin[(e_.) + (f_.)*(x_)]^(n_), x_Symbol] :> Int[ExpandTrigReduce[(c + d*x)^m, Sin
[e + f*x]^n, x], x] /; FreeQ[{c, d, e, f, m}, x] && IGtQ[n, 1] && ( !RationalQ[m] || (GeQ[m, -1] && LtQ[m, 1])
)

Rule 5781

Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)*(x_)^(m_.)*((d1_) + (e1_.)*(x_))^(p_.)*((d2_) + (e2_.)*(x_))^(p_
.), x_Symbol] :> Dist[(-(d1*d2))^p/c^(m + 1), Subst[Int[(a + b*x)^n*Cosh[x]^m*Sinh[x]^(2*p + 1), x], x, ArcCos
h[c*x]], x] /; FreeQ[{a, b, c, d1, e1, d2, e2, n}, x] && EqQ[e1 - c*d1, 0] && EqQ[e2 + c*d2, 0] && IntegerQ[p
+ 1/2] && GtQ[p, -1] && IGtQ[m, 0] && (GtQ[d1, 0] && LtQ[d2, 0])

Rule 5798

Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)*((f_.)*(x_))^(m_.)*((d_) + (e_.)*(x_)^2)^(p_), x_Symbol] :> Dist
[((-d)^IntPart[p]*(d + e*x^2)^FracPart[p])/((1 + c*x)^FracPart[p]*(-1 + c*x)^FracPart[p]), Int[(f*x)^m*(1 + c*
x)^p*(-1 + c*x)^p*(a + b*ArcCosh[c*x])^n, x], x] /; FreeQ[{a, b, c, d, e, f, m, n, p}, x] && EqQ[c^2*d + e, 0]
 &&  !IntegerQ[p]

Rubi steps

\begin {align*} \int \frac {x^3}{\sqrt {1-c^2 x^2} \left (a+b \cosh ^{-1}(c x)\right )} \, dx &=\frac {\left (\sqrt {-1+c x} \sqrt {1+c x}\right ) \int \frac {x^3}{\sqrt {-1+c x} \sqrt {1+c x} \left (a+b \cosh ^{-1}(c x)\right )} \, dx}{\sqrt {1-c^2 x^2}}\\ &=\frac {\left (\sqrt {-1+c x} \sqrt {1+c x}\right ) \operatorname {Subst}\left (\int \frac {\cosh ^3(x)}{a+b x} \, dx,x,\cosh ^{-1}(c x)\right )}{c^4 \sqrt {1-c^2 x^2}}\\ &=\frac {\left (\sqrt {-1+c x} \sqrt {1+c x}\right ) \operatorname {Subst}\left (\int \left (\frac {3 \cosh (x)}{4 (a+b x)}+\frac {\cosh (3 x)}{4 (a+b x)}\right ) \, dx,x,\cosh ^{-1}(c x)\right )}{c^4 \sqrt {1-c^2 x^2}}\\ &=\frac {\left (\sqrt {-1+c x} \sqrt {1+c x}\right ) \operatorname {Subst}\left (\int \frac {\cosh (3 x)}{a+b x} \, dx,x,\cosh ^{-1}(c x)\right )}{4 c^4 \sqrt {1-c^2 x^2}}+\frac {\left (3 \sqrt {-1+c x} \sqrt {1+c x}\right ) \operatorname {Subst}\left (\int \frac {\cosh (x)}{a+b x} \, dx,x,\cosh ^{-1}(c x)\right )}{4 c^4 \sqrt {1-c^2 x^2}}\\ &=\frac {\left (3 \sqrt {-1+c x} \sqrt {1+c x} \cosh \left (\frac {a}{b}\right )\right ) \operatorname {Subst}\left (\int \frac {\cosh \left (\frac {a}{b}+x\right )}{a+b x} \, dx,x,\cosh ^{-1}(c x)\right )}{4 c^4 \sqrt {1-c^2 x^2}}+\frac {\left (\sqrt {-1+c x} \sqrt {1+c x} \cosh \left (\frac {3 a}{b}\right )\right ) \operatorname {Subst}\left (\int \frac {\cosh \left (\frac {3 a}{b}+3 x\right )}{a+b x} \, dx,x,\cosh ^{-1}(c x)\right )}{4 c^4 \sqrt {1-c^2 x^2}}-\frac {\left (3 \sqrt {-1+c x} \sqrt {1+c x} \sinh \left (\frac {a}{b}\right )\right ) \operatorname {Subst}\left (\int \frac {\sinh \left (\frac {a}{b}+x\right )}{a+b x} \, dx,x,\cosh ^{-1}(c x)\right )}{4 c^4 \sqrt {1-c^2 x^2}}-\frac {\left (\sqrt {-1+c x} \sqrt {1+c x} \sinh \left (\frac {3 a}{b}\right )\right ) \operatorname {Subst}\left (\int \frac {\sinh \left (\frac {3 a}{b}+3 x\right )}{a+b x} \, dx,x,\cosh ^{-1}(c x)\right )}{4 c^4 \sqrt {1-c^2 x^2}}\\ &=\frac {3 \sqrt {-1+c x} \sqrt {1+c x} \cosh \left (\frac {a}{b}\right ) \text {Chi}\left (\frac {a}{b}+\cosh ^{-1}(c x)\right )}{4 b c^4 \sqrt {1-c^2 x^2}}+\frac {\sqrt {-1+c x} \sqrt {1+c x} \cosh \left (\frac {3 a}{b}\right ) \text {Chi}\left (\frac {3 a}{b}+3 \cosh ^{-1}(c x)\right )}{4 b c^4 \sqrt {1-c^2 x^2}}-\frac {3 \sqrt {-1+c x} \sqrt {1+c x} \sinh \left (\frac {a}{b}\right ) \text {Shi}\left (\frac {a}{b}+\cosh ^{-1}(c x)\right )}{4 b c^4 \sqrt {1-c^2 x^2}}-\frac {\sqrt {-1+c x} \sqrt {1+c x} \sinh \left (\frac {3 a}{b}\right ) \text {Shi}\left (\frac {3 a}{b}+3 \cosh ^{-1}(c x)\right )}{4 b c^4 \sqrt {1-c^2 x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.29, size = 130, normalized size = 0.66 \[ \frac {\sqrt {\frac {c x-1}{c x+1}} (c x+1) \left (3 \cosh \left (\frac {a}{b}\right ) \text {Chi}\left (\frac {a}{b}+\cosh ^{-1}(c x)\right )+\cosh \left (\frac {3 a}{b}\right ) \text {Chi}\left (3 \left (\frac {a}{b}+\cosh ^{-1}(c x)\right )\right )-3 \sinh \left (\frac {a}{b}\right ) \text {Shi}\left (\frac {a}{b}+\cosh ^{-1}(c x)\right )-\sinh \left (\frac {3 a}{b}\right ) \text {Shi}\left (3 \left (\frac {a}{b}+\cosh ^{-1}(c x)\right )\right )\right )}{4 b c^4 \sqrt {-((c x-1) (c x+1))}} \]

Antiderivative was successfully verified.

[In]

Integrate[x^3/(Sqrt[1 - c^2*x^2]*(a + b*ArcCosh[c*x])),x]

[Out]

(Sqrt[(-1 + c*x)/(1 + c*x)]*(1 + c*x)*(3*Cosh[a/b]*CoshIntegral[a/b + ArcCosh[c*x]] + Cosh[(3*a)/b]*CoshIntegr
al[3*(a/b + ArcCosh[c*x])] - 3*Sinh[a/b]*SinhIntegral[a/b + ArcCosh[c*x]] - Sinh[(3*a)/b]*SinhIntegral[3*(a/b
+ ArcCosh[c*x])]))/(4*b*c^4*Sqrt[-((-1 + c*x)*(1 + c*x))])

________________________________________________________________________________________

fricas [F]  time = 0.66, size = 0, normalized size = 0.00 \[ {\rm integral}\left (-\frac {\sqrt {-c^{2} x^{2} + 1} x^{3}}{a c^{2} x^{2} + {\left (b c^{2} x^{2} - b\right )} \operatorname {arcosh}\left (c x\right ) - a}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(a+b*arccosh(c*x))/(-c^2*x^2+1)^(1/2),x, algorithm="fricas")

[Out]

integral(-sqrt(-c^2*x^2 + 1)*x^3/(a*c^2*x^2 + (b*c^2*x^2 - b)*arccosh(c*x) - a), x)

________________________________________________________________________________________

giac [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(a+b*arccosh(c*x))/(-c^2*x^2+1)^(1/2),x, algorithm="giac")

[Out]

Exception raised: TypeError >> An error occurred running a Giac command:INPUT:sage2:=int(sage0,x):;OUTPUT:sym2
poly/r2sym(const gen & e,const index_m & i,const vecteur & l) Error: Bad Argument Value

________________________________________________________________________________________

maple [B]  time = 0.45, size = 349, normalized size = 1.77 \[ \frac {\sqrt {-c^{2} x^{2}+1}\, \left (\sqrt {c x +1}\, \sqrt {c x -1}\, x c +c^{2} x^{2}-1\right ) \Ei \left (1, 3 \,\mathrm {arccosh}\left (c x \right )+\frac {3 a}{b}\right ) {\mathrm e}^{-\frac {b \,\mathrm {arccosh}\left (c x \right )-3 a}{b}}}{8 b \left (c^{2} x^{2}-1\right ) c^{4}}+\frac {\sqrt {-c^{2} x^{2}+1}\, \left (\sqrt {c x +1}\, \sqrt {c x -1}\, x c +c^{2} x^{2}-1\right ) \Ei \left (1, -3 \,\mathrm {arccosh}\left (c x \right )-\frac {3 a}{b}\right ) {\mathrm e}^{-\frac {b \,\mathrm {arccosh}\left (c x \right )+3 a}{b}}}{8 b \left (c^{2} x^{2}-1\right ) c^{4}}+\frac {3 \sqrt {-c^{2} x^{2}+1}\, \left (\sqrt {c x +1}\, \sqrt {c x -1}\, x c +c^{2} x^{2}-1\right ) \Ei \left (1, -\mathrm {arccosh}\left (c x \right )-\frac {a}{b}\right ) {\mathrm e}^{-\frac {a +b \,\mathrm {arccosh}\left (c x \right )}{b}}}{8 b \left (c^{2} x^{2}-1\right ) c^{4}}+\frac {3 \sqrt {-c^{2} x^{2}+1}\, \left (\sqrt {c x +1}\, \sqrt {c x -1}\, x c +c^{2} x^{2}-1\right ) \Ei \left (1, \mathrm {arccosh}\left (c x \right )+\frac {a}{b}\right ) {\mathrm e}^{-\frac {b \,\mathrm {arccosh}\left (c x \right )-a}{b}}}{8 b \left (c^{2} x^{2}-1\right ) c^{4}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3/(a+b*arccosh(c*x))/(-c^2*x^2+1)^(1/2),x)

[Out]

1/8*(-c^2*x^2+1)^(1/2)*((c*x+1)^(1/2)*(c*x-1)^(1/2)*x*c+c^2*x^2-1)*Ei(1,3*arccosh(c*x)+3*a/b)*exp(-(b*arccosh(
c*x)-3*a)/b)/b/(c^2*x^2-1)/c^4+1/8*(-c^2*x^2+1)^(1/2)*((c*x+1)^(1/2)*(c*x-1)^(1/2)*x*c+c^2*x^2-1)*Ei(1,-3*arcc
osh(c*x)-3*a/b)*exp(-(b*arccosh(c*x)+3*a)/b)/b/(c^2*x^2-1)/c^4+3/8*(-c^2*x^2+1)^(1/2)*((c*x+1)^(1/2)*(c*x-1)^(
1/2)*x*c+c^2*x^2-1)*Ei(1,-arccosh(c*x)-a/b)*exp(-(a+b*arccosh(c*x))/b)/b/(c^2*x^2-1)/c^4+3/8*(-c^2*x^2+1)^(1/2
)*((c*x+1)^(1/2)*(c*x-1)^(1/2)*x*c+c^2*x^2-1)*Ei(1,arccosh(c*x)+a/b)*exp(-(b*arccosh(c*x)-a)/b)/b/(c^2*x^2-1)/
c^4

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x^{3}}{\sqrt {-c^{2} x^{2} + 1} {\left (b \operatorname {arcosh}\left (c x\right ) + a\right )}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(a+b*arccosh(c*x))/(-c^2*x^2+1)^(1/2),x, algorithm="maxima")

[Out]

integrate(x^3/(sqrt(-c^2*x^2 + 1)*(b*arccosh(c*x) + a)), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \frac {x^3}{\left (a+b\,\mathrm {acosh}\left (c\,x\right )\right )\,\sqrt {1-c^2\,x^2}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3/((a + b*acosh(c*x))*(1 - c^2*x^2)^(1/2)),x)

[Out]

int(x^3/((a + b*acosh(c*x))*(1 - c^2*x^2)^(1/2)), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x^{3}}{\sqrt {- \left (c x - 1\right ) \left (c x + 1\right )} \left (a + b \operatorname {acosh}{\left (c x \right )}\right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**3/(a+b*acosh(c*x))/(-c**2*x**2+1)**(1/2),x)

[Out]

Integral(x**3/(sqrt(-(c*x - 1)*(c*x + 1))*(a + b*acosh(c*x))), x)

________________________________________________________________________________________